home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / ctelo21.zip / capitel.act next >
Text File  |  1997-05-10  |  4KB  |  70 lines

  1. #
  2. # CapiTel.ACT
  3. # Created and maintained by CapiTel v2.00
  4. #
  5.  
  6. #######################################################################
  7. #                                                                     #
  8. # Hardcoded actions:                                                  #
  9. #                                                                     #
  10. #######################################################################
  11. #                                                                     #
  12. # First column:                                                       #
  13. # DTMF-code for the desired action. It must have 4 digits or more.    #
  14. # It can be one of "0123456789ABCD"                                   #
  15. #                                                                     #
  16. # Second column:                                                      #
  17. # "action". This can be one of:                                       #
  18. # REMOTECONTROL to play all recorded calls.                           #
  19. # REBOOT        to rebooting your computer.                           #
  20. # DEACTIVATE    to deactivating CapiTel.                              #
  21. # QUIT          to quit CapiTel.                                      #
  22. #                                                                     #
  23. # Third to fifth column:                                              #
  24. # Must be a blank.                                                    #
  25. #                                                                     #
  26. # Sixth column:                                                       #
  27. # Sets this entry active (=1) or not (=0)                             #
  28. #                                                                     #
  29. #######################################################################
  30.  
  31. 1212|REMOTECONTROL| | | |1
  32. 1313|REBOOT| | | |1
  33. 1414|DEACTIVATE| | | |1
  34. 1515|QUIT| | | |1
  35.  
  36. #######################################################################
  37. #                                                                     #
  38. # User actions:                                                       #
  39. #                                                                     #
  40. #######################################################################
  41. #                                                                     #
  42. # First column:                                                       #
  43. # DTMF-code for the desired action. It must have 4 digits or more.    #
  44. # It can be one of "0123456789ABCD"                                   #
  45. #                                                                     #
  46. # Second column:                                                      #
  47. # "action". This can be any programm or batch. Batches must be        #
  48. # started over command.com (or cmd.exe)                               #
  49. #                                                                     #
  50. # Third column:                                                       #
  51. # Is the paramerter for the program. If there is no parameter, fill   #
  52. # in a blank.                                                         #
  53. #                                                                     #
  54. # Fourth column:                                                      #
  55. # Is the name of the new window. This parameter ist only supported by #
  56. # OS/2. If you don't want to set up a window name, fill in a blank.   #
  57. #                                                                     #
  58. # Fifth column:                                                       #
  59. # Fill in a blank.                                                    #
  60. #                                                                     #
  61. # Sixth column:                                                       #
  62. # Sets this entry active (=1) or not (=0)                             #
  63. #                                                                     #
  64. #######################################################################
  65.  
  66. 1616|c:\os2\xcopy.exe|c:\*.* d:\*.* /s|BackUp| |1
  67. 1717|c:\os2\mdos\command.com|/C c:\dos.bat|DOSBAT| |1
  68. 1818|c:\windows\regedit.exe| | | |1
  69.  
  70.